object ComPortOptions: TComPortOptions Left = 284 Top = 121 BorderStyle = bsDialog Caption = 'Com Port Options' ClientHeight = 287 ClientWidth = 510 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object FlowControlBox: TGroupBox Left = 352 Top = 8 Width = 153 Height = 217 Caption = '&Flow control:' TabOrder = 0 object Label1: TLabel Left = 14 Top = 103 Width = 61 Height = 16 Caption = 'Xon char:' end object Label2: TLabel Left = 14 Top = 131 Width = 61 Height = 16 Caption = 'Xoff char:' end object DTRRTS: TCheckBox Left = 12 Top = 21 Width = 97 Height = 17 Caption = 'DTR/DSR' TabOrder = 0 end object RTSCTS: TCheckBox Left = 12 Top = 40 Width = 97 Height = 17 Caption = 'RTS/CTS' State = cbChecked TabOrder = 1 end object SoftwareXmit: TCheckBox Left = 12 Top = 59 Width = 138 Height = 17 Caption = 'Software transmit' TabOrder = 2 end object SoftwareRcv: TCheckBox Left = 12 Top = 78 Width = 133 Height = 17 Caption = 'Software receive' TabOrder = 3 end object Edit1: TEdit Left = 86 Top = 99 Width = 27 Height = 24 TabOrder = 4 Text = '17' end object Edit2: TEdit Left = 86 Top = 127 Width = 27 Height = 24 TabOrder = 5 Text = '19' end end object OK: TButton Left = 16 Top = 240 Width = 89 Height = 33 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKClick end object Cancel: TButton Left = 128 Top = 240 Width = 89 Height = 33 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = CancelClick end object Comports: TRadioGroup Left = 8 Top = 8 Width = 169 Height = 89 Caption = '&Com ports:' Columns = 2 Items.Strings = ( 'Com1' 'Com2' 'Com3' 'Com4' 'Com5' 'Com6' 'Com7' 'Com8') TabOrder = 3 end object Bauds: TRadioGroup Left = 8 Top = 112 Width = 169 Height = 113 Caption = '&Baud rates:' Columns = 2 Items.Strings = ( '300' '600' '1200' '2400' '4800' '9600' '19200' '38400' '57600' '115200') TabOrder = 4 end object Paritys: TRadioGroup Left = 192 Top = 8 Width = 145 Height = 89 Caption = '&Parity:' Columns = 2 Items.Strings = ( 'None' 'Odd' 'Even' 'Mark' 'Space') TabOrder = 5 end object Databits: TRadioGroup Left = 192 Top = 112 Width = 145 Height = 57 Caption = '&Data bits:' Columns = 2 Items.Strings = ( '8' '7' '6' '5') TabOrder = 6 end object Stopbits: TRadioGroup Left = 192 Top = 176 Width = 145 Height = 49 Caption = '&Stop bits:' Columns = 2 Items.Strings = ( '1' '2') TabOrder = 7 end end